home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / tbbs / ll_110.zip / DEMO2.CFG < prev    next >
Text File  |  1996-05-27  |  2KB  |  69 lines

  1. ;                             DEMO2.CFG
  2. ;                             =========
  3. ;
  4. ;                Demo configuration file #2 for LOGLIST.
  5. ;
  6. ;         (this demo lists the user's #, name, priv & An flags)
  7. ;
  8. ;-----------------------------------------------------------------------------
  9. ;
  10. ; Column 1 of the file defines what that line is:
  11. ;
  12. ;   U or u  - path & filename of your USERLOG.BBS file  (max 50 chars)
  13. ;   O or o  - path & filename of the output file        (max 50 chars)
  14. ;   L or l  - path & filename of the log file           (max 50 chars)
  15. ;   F or f  - a file header line                        (max 120 chars x 10 )
  16. ;   P or p  - a page header line                        (max 120 chars x 5 )
  17. ;   R or r  - restrictions on who gets listed           (fixed format}
  18. ;   D or d  - a data field                              (max 50 chars)
  19. ;   S or s  - a space setting                           (1 to 255)
  20. ;   T or t  - a tab setting                             (1 to 255)
  21. ;   M or m  - lines after which to insert a "%MORE%"    (1 to 255)
  22. ;   X or x  - special options                           (as needed)
  23. ;   ;       - reserved as comment line
  24. ; (anything else is ignored, but could get used in future versions)
  25. ;
  26. ;
  27. ; This file may contain a total maximum of 200 "d", "s", or "t" items.
  28. ;
  29. ;-----------------------------------------------------------------------------
  30. ;
  31. ; file locations:
  32. uc:\tbbs\run\userlog.bbs
  33. odemo2.txt
  34. lerrorlog.txt
  35. ;
  36. ; 20 lines per screen
  37. m20
  38. ;
  39. ; file header
  40. f%X3F%This is the output from Paul Blitz' LogList program
  41. f---------------------------------------------------
  42. f#   Name                Priv A1 Flags  A2 Flags  A3 Flags  A4 Flags
  43. f-   ----                ---- --------  --------  --------  --------
  44. ;
  45. ; page header
  46. p#   Name                Priv A1 Flags  A2 Flags  A3 Flags  A4 Flags
  47. p-   ----                ---- --------  --------  --------  --------
  48. ;
  49. ; data fields
  50. d%X3E%%recno%
  51. t4
  52. s1
  53. d%NAME:19%
  54. t25
  55. d%priv%
  56. t30
  57. d%a1%
  58. t40
  59. d%a2%
  60. t50
  61. d%a3%
  62. t60
  63. d%a4%
  64. ;
  65. ; end of config file.
  66. ;
  67. ;ps: watch out if you print this file, as any embedded control characters
  68. ;    (eg formfeed) will affect the printing!!!!!
  69.